C# Class Xwt.Dialog.WindowBackendHost

Inheritance: Xwt.Window.WindowBackendHost, ICollectionListener, IDialogEventSink
Afficher le fichier Open project: antmicro/xwt

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ItemAdded ( object collection, object item ) : void
ItemRemoved ( object collection, object item ) : void
OnCloseRequested ( ) : bool
OnDialogButtonClicked ( DialogButton btn ) : void

Méthodes protégées

Méthode Description
GetDefaultEnabledEvents ( ) : System.Collections.Generic.IEnumerable

Method Details

GetDefaultEnabledEvents() protected méthode

protected GetDefaultEnabledEvents ( ) : System.Collections.Generic.IEnumerable
Résultat System.Collections.Generic.IEnumerable

ItemAdded() public méthode

public ItemAdded ( object collection, object item ) : void
collection object
item object
Résultat void

ItemRemoved() public méthode

public ItemRemoved ( object collection, object item ) : void
collection object
item object
Résultat void

OnCloseRequested() public méthode

public OnCloseRequested ( ) : bool
Résultat bool

OnDialogButtonClicked() public méthode

public OnDialogButtonClicked ( DialogButton btn ) : void
btn DialogButton
Résultat void