Gets the view object that raised the event.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Object SourceView { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property SourceView As Object |
An object representing the control that raised the event.
See Also