-
Notifications
You must be signed in to change notification settings - Fork 31
Forge.Forms.Base
redbaty edited this page Feb 16, 2018
·
1 revision
public abstract class Forge.Forms.Base.DialogBase
: FormBase, IActionHandler, INotifyPropertyChangedProperties
| Type | Name | Summary |
|---|---|---|
Boolean |
Confirmed | |
String |
Message | |
String |
NegativeAction | |
Nullable<PackIconKind> |
NegativeActionIcon | |
String |
PositiveAction | |
Nullable<PackIconKind> |
PositiveActionIcon | |
String |
Title |
Methods
| Type | Name | Summary |
|---|---|---|
void |
OnAction(Object action, Object parameter) |
public abstract class Forge.Forms.Base.FormBase
: IActionHandler, INotifyPropertyChangedEvents
| Type | Name | Summary |
|---|---|---|
EventHandler<ActionEventArgs> |
ActionPerformed | |
PropertyChangedEventHandler |
PropertyChanged |
Methods
| Type | Name | Summary |
|---|---|---|
void |
HandleAction(IActionContext actionContext) |
|
void |
OnAction(Object action, Object parameter) |
|
void |
OnPropertyChanged(String propertyName = null) |
|
String |
ToString() |