C# Class LabelPlus.ListViewAdpter.UserActionEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: noodlefighter/LabelPlus Class Usage Examples

Public Methods

Method Description
UserActionEventArgs ( int index, ActionType type, int value = -1 ) : System

Method Details

UserActionEventArgs() public method

public UserActionEventArgs ( int index, ActionType type, int value = -1 ) : System
index int
type ActionType
value int
return System