FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GetLocalizedStringEventHandler Delegate
C1FlexGridBase object that raised the event.
GetLocalizedStringEventArgs that contains the event data.

In This Topic
    GetLocalizedStringEventHandler Delegate
    In This Topic
    Represents the method that will handle the GetLocalizedString event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub GetLocalizedStringEventHandler( _
       ByVal sender As Object, _
       ByVal e As GetLocalizedStringEventArgs _
    ) 
    public delegate void GetLocalizedStringEventHandler( 
       object sender,
       GetLocalizedStringEventArgs e
    )

    Parameters

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