GrapeCity MultiRow Windows Forms Documentation
OnScroll Method


A System.Windows.Forms.ScrollEventArgs that contains the event data.
Raises the Scroll event.
Syntax
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<FeatureAttribute(Name="Scroll", Version="v5.0")>
Protected Overridable Sub OnScroll( _
   ByVal e As ScrollEventArgs _
) 
Dim instance As GcMultiRow
Dim e As ScrollEventArgs
 
instance.OnScroll(e)
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Feature(Name="Scroll", Version="v5.0")]
protected virtual void OnScroll( 
   ScrollEventArgs e
)

Parameters

e
A System.Windows.Forms.ScrollEventArgs that contains the event data.
Remarks

The OnScroll method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.

Notes to Inheritors:

When overriding OnScroll in a derived class, be sure to call the base class's OnScroll method so that registered delegates receive the event.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.