SpreadsheetGear 2017
OnRangeSelectionChanging Method (WorkbookView)






SpreadsheetGear.Windows.Controls Namespace > WorkbookView Class : OnRangeSelectionChanging Method
An instance of RangeSelectionChangingEventArgs which contains the event data.
Raises the RangeSelectionChanging event.
Syntax
'Declaration
 
Protected Overridable Sub OnRangeSelectionChanging( _
   ByVal e As RangeSelectionChangingEventArgs _
) 
'Usage
 
Dim instance As WorkbookView
Dim e As RangeSelectionChangingEventArgs
 
instance.OnRangeSelectionChanging(e)
protected virtual void OnRangeSelectionChanging( 
   RangeSelectionChangingEventArgs e
)
protected procedure OnRangeSelectionChanging( 
    e: RangeSelectionChangingEventArgs
); virtual; 
protected function OnRangeSelectionChanging( 
   e : RangeSelectionChangingEventArgs
);
protected: virtual void OnRangeSelectionChanging( 
   RangeSelectionChangingEventArgs* e
) 
protected:
virtual void OnRangeSelectionChanging( 
   RangeSelectionChangingEventArgs^ e
) 

Parameters

e
An instance of RangeSelectionChangingEventArgs which contains the event data.
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

WorkbookView Class
WorkbookView Members
OnRangeChanged Method
OnRangeSelectionChanged Method
RangeSelectionChangingEventArgs Class
RangeSelectionChanging Event