Table of Contents

Class ObjectContentDialog

Namespace
HeBianGu.Control.Message
Assembly
HeBianGu.Control.Message.dll
public class ObjectContentDialog : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDisposable
Inheritance
ObjectContentDialog
Implements
Inherited Members
Extension Methods

Constructors

ObjectContentDialog()

public ObjectContentDialog()

Fields

Close

public static RoutedUICommand Close

Field Value

RoutedUICommand

ClosedRoutedEvent

public static readonly RoutedEvent ClosedRoutedEvent

Field Value

RoutedEvent

Sumit

public static RoutedUICommand Sumit

Field Value

RoutedUICommand

SumitedRoutedEvent

public static readonly RoutedEvent SumitedRoutedEvent

Field Value

RoutedEvent

TitleProperty

public static readonly DependencyProperty TitleProperty

Field Value

DependencyProperty

Properties

ClearKey

public static ComponentResourceKey ClearKey { get; }

Property Value

ComponentResourceKey

CloseKey

public static ComponentResourceKey CloseKey { get; }

Property Value

ComponentResourceKey

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

Title

标题

public string Title { get; set; }

Property Value

string

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()

OnClosed()

protected void OnClosed()

OnMouseDown(MouseButtonEventArgs)

Invoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

protected override void OnMouseDown(MouseButtonEventArgs e)

Parameters

e MouseButtonEventArgs

The MouseButtonEventArgs that contains the event data. This event data reports details about the mouse button that was pressed and the handled state.

OnSumited()

protected void OnSumited()

Events

Closed

public event RoutedEventHandler Closed

Event Type

RoutedEventHandler

Sumited

public event RoutedEventHandler Sumited

Event Type

RoutedEventHandler