C# Class csShared.NotificationEventArgs

Inheritance: System.EventArgs, INotifyPropertyChanged
Mostra file Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
AutoClickUpdate ( ) : void
OnClosing ( ) : void
OnStarting ( ) : void
TriggerClick ( ) : void
TriggerOptionClicked ( string option, bool usesTouch ) : void

Raise the option clicked event.

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Method Details

AutoClickUpdate() public method

public AutoClickUpdate ( ) : void
return void

OnClosing() public method

public OnClosing ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

OnStarting() public method

public OnStarting ( ) : void
return void

TriggerClick() public method

public TriggerClick ( ) : void
return void

TriggerOptionClicked() public method

Raise the option clicked event.
public TriggerOptionClicked ( string option, bool usesTouch ) : void
option string The option that was selected.
usesTouch bool Touch is used to trigger the event.
return void