[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.GetLocalizedStringEventHandler

GetLocalizedStringEventHandler Delegate

Represents the method that will handle the GetLocalizedString event.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public delegate void GetLocalizedStringEventHandler(object sender, GetLocalizedStringEventArgs e)
Parameters
Type Name Description
object sender

C1FlexGridBase object that raised the event.

GetLocalizedStringEventArgs e

GetLocalizedStringEventArgs that contains the event data.

Constructors

Name Description
GetLocalizedStringEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, GetLocalizedStringEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, GetLocalizedStringEventArgs)