C# Class BlipFace.View.ActionsEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: ksopyla/blipface Class Usage Examples

Public Methods

Method Description
ActionsEventArgs ( Actions action ) : System
ActionsEventArgs ( Actions action, object data ) : System

Method Details

ActionsEventArgs() public method

public ActionsEventArgs ( Actions action ) : System
action Actions
return System

ActionsEventArgs() public method

public ActionsEventArgs ( Actions action, object data ) : System
action Actions
data object
return System