See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Event arguments for the BoundControlAction.Execute event.

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
public class BoundControlActionEventArgs : CancelEventArgs
Visual Basic
Public Class BoundControlActionEventArgs
	Inherits CancelEventArgs
Visual C++
public ref class BoundControlActionEventArgs : public CancelEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..CancelEventArgs
      NTier.Actions..::..BoundControlActionEventArgs

See Also