See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Raised with the bound data when the action is executed.
Namespace: NTier.ActionsAssembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public event EventHandler<BoundControlActionEventArgs> Execute |
| Visual Basic |
|---|
Public Event Execute As EventHandler(Of BoundControlActionEventArgs) |
| Visual C++ |
|---|
public:
event EventHandler<BoundControlActionEventArgs^>^ Execute {
void add (EventHandler<BoundControlActionEventArgs^>^ value);
void remove (EventHandler<BoundControlActionEventArgs^>^ value);
} |
Value
Type:
System..::..EventHandler<(Of <(<'BoundControlActionEventArgs>)>)>
See Also