C# Class phdesign.NppToolBucket.Forms.DoActionEventArgs

Inheritance: System.EventArgs
Show file Open project: phdesign/NppToolBucket Class Usage Examples

Public Properties

Property Type Description
Action System.Action

Public Methods

Method Description
DoActionEventArgs ( System.Action action ) : System

Method Details

DoActionEventArgs() public method

public DoActionEventArgs ( System.Action action ) : System
action System.Action
return System

Property Details

Action public property

public Action,System Action
return System.Action