FlexGrid for WinForms
GetLocalizedStringEventHandler Delegate



C1FlexGridBase object that raised the event.
GetLocalizedStringEventArgs that contains the event data.
Represents the method that will handle the C1FlexGridBase.GetLocalizedString event.
Syntax
'Declaration
 
Public Delegate Sub GetLocalizedStringEventHandler( _
   ByVal sender As Object, _
   ByVal e As GetLocalizedStringEventArgs _
) 
'Usage
 
Dim instance As New GetLocalizedStringEventHandler(AddressOf HandlerMethod)
public delegate void GetLocalizedStringEventHandler( 
   object sender,
   GetLocalizedStringEventArgs e
)
public delegate void GetLocalizedStringEventHandler( 
   Object^ sender,
   GetLocalizedStringEventArgs^ e
)

Parameters

sender
C1FlexGridBase object that raised the event.
e
GetLocalizedStringEventArgs that contains the event data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetLocalizedStringEventHandler Members
C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback