Intersoft ClientUI Documentation
UXGridViewBeginningEditEventHandler Delegate
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace : UXGridViewBeginningEditEventHandler Delegate






sender
The object where the event handler is attached.
e
The event data.
Represents the method that will handle the BeginningEdit event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub UXGridViewBeginningEditEventHandler( _
   ByVal sender As Object, _
   ByVal e As UXGridViewBeginningEditEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New UXGridViewBeginningEditEventHandler(AddressOf HandlerMethod)
C# 
public delegate void UXGridViewBeginningEditEventHandler( 
   object sender,
   UXGridViewBeginningEditEventArgs e
)
Delphi 
public delegate UXGridViewBeginningEditEventHandler( 
    sender: TObject;
    e: UXGridViewBeginningEditEventArgs
);
JScript 
public delegate UXGridViewBeginningEditEventHandler( 
   sender : Object,
   e : UXGridViewBeginningEditEventArgs
)
Managed Extensions for C++ 
public: __gc __delegate void UXGridViewBeginningEditEventHandler( 
   Object* sender,
   UXGridViewBeginningEditEventArgs* e
)
C++/CLI 
public delegate void UXGridViewBeginningEditEventHandler( 
   Object^ sender,
   UXGridViewBeginningEditEventArgs^ e
)

Parameters

sender
The object where the event handler is attached.
e
The event data.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.