[]
Represents the method that will handle the GetLocalizedString event.
public delegate void GetLocalizedStringEventHandler(object sender, GetLocalizedStringEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | C1FlexGridBase object that raised the event. |
GetLocalizedStringEventArgs | e | GetLocalizedStringEventArgs that contains the event data. |
Name | Description |
---|---|
GetLocalizedStringEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, GetLocalizedStringEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, GetLocalizedStringEventArgs) |