Class ObjectContentDialog
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
ClosedRoutedEvent
public static readonly RoutedEvent ClosedRoutedEvent
Field Value
Sumit
public static RoutedUICommand Sumit
Field Value
SumitedRoutedEvent
public static readonly RoutedEvent SumitedRoutedEvent
Field Value
TitleProperty
public static readonly DependencyProperty TitleProperty
Field Value
Properties
ClearKey
public static ComponentResourceKey ClearKey { get; }
Property Value
CloseKey
public static ComponentResourceKey CloseKey { get; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
Title
标题
public string Title { get; set; }
Property Value
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
MouseButtonEventArgsThe 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
Sumited
public event RoutedEventHandler Sumited