Search
RepaintEventArgs.SourceView Property
See Also
 





Gets the view object that raised the event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Object SourceView { get; }

Visual Basic  Copy Code

Public ReadOnly Property SourceView As Object

 Property Value

An object identifying the view that raised the event.

 See Also