DataProcessor.OnData Method

protected virtual DataObject OnData( 
DataObject obj 
)
This language is not supported or no code example is available.
protected:  
virtual DataObject^ OnData( 
DataObject^ obj 
)
This language is not supported or no code example is available.
protected function OnData( 
obj : DataObject 
) : DataObject;
This language is not supported or no code example is available.

Parameters

obj
DataObject

Return Value

DataObject

In this article

Definition