C# Class NppSharp.ExecuteCommandEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: cmrazek/NppSharp Class Usage Examples

Public Methods

Method Description
ExecuteCommandEventArgs ( PluginCommand cmd ) : System

Creates the event arguments object.

Method Details

ExecuteCommandEventArgs() public method

Creates the event arguments object.
public ExecuteCommandEventArgs ( PluginCommand cmd ) : System
cmd PluginCommand The plugin command to be executed.
return System