Search
RepaintEventArgs.SourceView Property
See Also
 






Gets the view object that raised the event.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Object SourceView { get; }

Visual Basic  Copy Code

Public ReadOnly Property SourceView As Object

 Property Value

An object.

 See Also