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