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

Event arguments for the QueryEntityToEdit event.

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

Syntax

C#
public class QueryEntityToEditEventArgs : EventArgs
Visual Basic
Public Class QueryEntityToEditEventArgs
	Inherits EventArgs
Visual C++
public ref class QueryEntityToEditEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    NTier.Actions..::..QueryEntityToEditEventArgs

See Also