Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualInterval Class / ReceiveWeakEvent Method
The type of the System.Windows.WeakEventManager calling this method.
Object that originated the event.
Event data.

In This Topic
    ReceiveWeakEvent Method (VisualInterval)
    In This Topic
    Receives events from the centralized event manager.
    Syntax
    'Declaration
     
    
    Public Function ReceiveWeakEvent( _
       ByVal managerType As Type, _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) As Boolean
    public bool ReceiveWeakEvent( 
       Type managerType,
       object sender,
       EventArgs e
    )

    Parameters

    managerType
    The type of the System.Windows.WeakEventManager calling this method.
    sender
    Object that originated the event.
    e
    Event data.

    Return Value

    True if the listener handled the event.
    See Also