Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / SmartControl Class / OnDeactivated Method
Event arguments


In This Topic
    OnDeactivated Method
    In This Topic
    Raise Deactivated event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDeactivated( _
       ByVal args As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As SmartControl
    Dim args As EventArgs
     
    instance.OnDeactivated(args)
    protected virtual void OnDeactivated( 
       EventArgs args
    )

    Parameters

    args
    Event arguments
    See Also