InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / AutoExpandEventHandler Delegate


In This Topic
    AutoExpandEventHandler Delegate
    In This Topic
    Auto Expand event delegate.
    Syntax
    'Declaration
     
    
    Public Delegate Sub AutoExpandEventHandler( _
       ByVal sender As Object, _
       ByVal e As AutoExpandEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New AutoExpandEventHandler(AddressOf HandlerMethod)
    public delegate void AutoExpandEventHandler( 
       object sender,
       AutoExpandEventArgs e
    )

    Parameters

    sender
    e
    See Also