Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Calendar 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 (C1Calendar)
    In This Topic
    Receives events from the centralized event manager.
    Syntax
    'Declaration
     
    
    Public Overrides Function ReceiveWeakEvent( _
       ByVal managerType As Type, _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) As Boolean
    public override 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