Determines whether the event for the derived object that triggered the event is passed up the control hierarchy.
|
|---|
MyDataViewControl.onBubbleEvent(source, args); |
Arguments
- source
The object that triggered the event.
- args
A EventArgs object that contains the event arguments.
Return Value
true if the event is passed up the control hierarchy, otherwise false.
See Also
Other Resources
Language Reference