Intersoft ClientUI Documentation
OnCurrentCellChanged Method



The event data.
Raises the CurrentCellChanged event.
Syntax
Protected Overridable Sub OnCurrentCellChanged( _
   ByVal e As ISRoutedEventArgs _
) 
Dim instance As UXGridView
Dim e As ISRoutedEventArgs
 
instance.OnCurrentCellChanged(e)
protected virtual void OnCurrentCellChanged( 
   ISRoutedEventArgs e
)
protected:
virtual void OnCurrentCellChanged( 
   ISRoutedEventArgs^ e
) 

Parameters

e
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

UXGridView Class
UXGridView Members

Send Feedback