Version

HandleCustomBindingCancel Method

This handles custom binding arguments after CustomDataBinding has fired
Syntax
'Declaration
 
Protected Overridable Sub HandleCustomBindingCancel( _
   ByVal dsov As DataSourceObjectView, _
   ByVal args As DataBindingEventArgs _
) 
protected virtual void HandleCustomBindingCancel( 
   DataSourceObjectView dsov,
   DataBindingEventArgs args
)

Parameters

dsov
The grid's datasource object view to modify
args
The event args from the CustomDataBinding Event
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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