C# Class Xwt.Dialog.WindowBackendHost

Inheritance: Xwt.Window.WindowBackendHost, ICollectionListener, IDialogEventSink
Mostrar archivo Open project: antmicro/xwt

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
GetDefaultEnabledEvents ( ) : System.Collections.Generic.IEnumerable

Method Details

GetDefaultEnabledEvents() protected method

protected GetDefaultEnabledEvents ( ) : System.Collections.Generic.IEnumerable
return System.Collections.Generic.IEnumerable

ItemAdded() public method

public ItemAdded ( object collection, object item ) : void
collection object
item object
return void

ItemRemoved() public method

public ItemRemoved ( object collection, object item ) : void
collection object
item object
return void

OnCloseRequested() public method

public OnCloseRequested ( ) : bool
return bool

OnDialogButtonClicked() public method

public OnDialogButtonClicked ( DialogButton btn ) : void
btn DialogButton
return void