NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.BubbleEvent

[To be supplied.]

[Visual Basic]
Overridable Protected Function BubbleEvent( _
   ByVal source As Object, _
   ByVal args As EventArgs _
) As Boolean
[C#]
protected virtual bool BubbleEvent(
   object source,
   EventArgs args
);
[C++]
protected: virtual bool BubbleEvent(
   Object* source,
   EventArgs* args
);
[JScript]
protected function BubbleEvent(
   source : Object,
   args : EventArgs
) : Boolean;

Parameters

source
[To be supplied.]
args
[To be supplied.]

See Also

Control Class | Control Members | System.Web.UI Namespace