Checks if any method handles the event. If so, raise the event.
            
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- sender
 - Type: 
System Object
Sender object 
- sourceName
 - Type: 
System String
Source name for grid column 
- parameter
 - Type: 
System Object
Column (row) grid values 
- value
 - Type: 
System Object
Value given from classic grid data bound event 
Return Value
Type:Result of the event handler, if set; null otherwise
See Also