Class Dialog
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public class Dialog : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
Dialog
- Implements
- Inherited Members
- Extension Methods
Constructors
Dialog()
public Dialog()
Fields
CancelRoutedEvent
public static readonly RoutedEvent CancelRoutedEvent
Field Value
ResultProperty
public static readonly DependencyProperty ResultProperty
Field Value
SumitRoutedEvent
public static readonly RoutedEvent SumitRoutedEvent
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
DispalyKey
public static ComponentResourceKey DispalyKey { get; }
Property Value
Result
public bool Result { get; set; }
Property Value
Methods
OnCancel()
protected void OnCancel()
OnSumit()
protected void OnSumit()
Events
Cancel
public event RoutedEventHandler Cancel
Event Type
Sumit
public event RoutedEventHandler Sumit