Dundas Chart for Windows Forms
ViewEventHandler Delegate
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : ViewEventHandler Delegate


sender
The sender of the event.  The type is always the root Chart class.
e
ViewEventArgs object.
Represents the method that will handle the AxisViewChanged and AxisViewChanging events of the root Chart object.
Axis data view event handler delegate

Syntax

Visual Basic (Declaration)  
Public Delegate Sub ViewEventHandler( _
   ByVal sender As Object, _
   ByVal e As ViewEventArgs _
) 
Visual Basic (Usage) Copy Code
Dim instance As New ViewEventHandler(AddressOf HandlerMethod)
C#  
public delegate void ViewEventHandler( 
   object sender,
   ViewEventArgs e
)

Parameters

sender
The sender of the event.  The type is always the root Chart class.
e
ViewEventArgs object.

Remarks

The declaration of your event handler must have the same parameters as the ViewEventHandler delegate declaration.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.