C# Class NppSharp.ExecuteCommandEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: cmrazek/NppSharp Class Usage Examples

Méthodes publiques

Méthode Description
ExecuteCommandEventArgs ( PluginCommand cmd ) : System

Creates the event arguments object.

Method Details

ExecuteCommandEventArgs() public méthode

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