Receives events from the centralized event manager.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public virtual bool ReceiveWeakEvent( Type managerType, Object sender, EventArgs e ) |
Visual Basic (Declaration) |
---|
Public Overridable Function ReceiveWeakEvent ( _ managerType As Type, _ sender As Object, _ e As EventArgs _ ) As Boolean |
Parameters
- managerType
- Type: System..::..Type
The type of the WeakEventManager calling this method.
- sender
- Type: System..::..Object
Object that originated the event.
- e
- Type: System..::..EventArgs
Event data.