UniSelectorAdditionalDataBound Method |
Checks if any method handles the event. If so, raise the event.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected Object AdditionalDataBound(
Object sender,
string sourceName,
Object parameter,
Object value
)
Parameters
- sender
- Type: SystemObject
Sender object - sourceName
- Type: SystemString
Source name for grid column - parameter
- Type: SystemObject
Column (row) grid values - value
- Type: SystemObject
Value given from classic grid data bound event
Return Value
Type:
ObjectResult of the event handler, if set; null otherwise
See Also