Table of Contents

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

RoutedEvent

ResultProperty

public static readonly DependencyProperty ResultProperty

Field Value

DependencyProperty

SumitRoutedEvent

public static readonly RoutedEvent SumitRoutedEvent

Field Value

RoutedEvent

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

DispalyKey

public static ComponentResourceKey DispalyKey { get; }

Property Value

ComponentResourceKey

Result

public bool Result { get; set; }

Property Value

bool

Methods

OnCancel()

protected void OnCancel()

OnSumit()

protected void OnSumit()

Events

Cancel

public event RoutedEventHandler Cancel

Event Type

RoutedEventHandler

Sumit

public event RoutedEventHandler Sumit

Event Type

RoutedEventHandler