Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
NppSharp
ExecuteCommandEventArgs
C# Class NppSharp.ExecuteCommandEventArgs
Inheritance:
System.EventArgs
Show file
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