Skip to content

Forge.Forms.Base

redbaty edited this page Feb 16, 2018 · 1 revision

DialogBase

public abstract class Forge.Forms.Base.DialogBase
    : FormBase, IActionHandler, INotifyPropertyChanged

Properties

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)

FormBase

public abstract class Forge.Forms.Base.FormBase
    : IActionHandler, INotifyPropertyChanged

Events

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()

Clone this wiki locally