DetachEventArgs<(Of <(<'TControl>)>)>클래스의 새 인스턴스를 초기화합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public DetachEventArgs( bool modified, Object value, TControl control ) |
Visual Basic |
---|
Public Sub New ( _ modified As Boolean, _ value As Object, _ control As TControl _ ) |
Visual C++ |
---|
public: DetachEventArgs( bool modified, Object^ value, TControl control ) |
Parameters
- modified
- Type: System..::..Boolean
값이 편집되었는지는 나타냅니다.
- value
- Type: System..::..Object
편집된 값을 나타냅니다.
- control
- Type: TControl
편집에 사용되었던 컨트롤의 인스턴스입니다.