ComponentOne Scheduler for WPF and Silverlight
ReceiveWeakEvent Method (CalendarBase)

C1.WPF.Schedule Namespace > CalendarBase Class : ReceiveWeakEvent Method
The type of the System.Windows.WeakEventManager calling this method.
Object that originated the event.
Event data.
Receives events from the centralized event manager.
Syntax
'Declaration
 
Public Overridable Function ReceiveWeakEvent( _
   ByVal managerType As System.Type, _
   ByVal sender As System.Object, _
   ByVal e As System.EventArgs _
) As System.Boolean
public virtual System.bool ReceiveWeakEvent( 
   System.Type managerType,
   System.object sender,
   System.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

Reference

CalendarBase Class
CalendarBase Members