ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Framework.Input Namespace / VirtualWindow Class / OnFactWindowChanged Method
A System.EventArgs indicates the arguments of the event.

In This Topic
    OnFactWindowChanged Method (VirtualWindow)
    In This Topic
    Raises the FactWindowChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnFactWindowChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnFactWindowChanged( 
       EventArgs e
    )

    Parameters

    e
    A System.EventArgs indicates the arguments of the event.
    See Also