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.InvokeBubbleEvent

[To be supplied.]

[Visual Basic]
Protected Sub InvokeBubbleEvent( _
   ByVal source As Object, _
   ByVal args As EventArgs _
)
[C#]
protected void InvokeBubbleEvent(
   object source,
   EventArgs args
);
[C++]
protected: void InvokeBubbleEvent(
   Object* source,
   EventArgs* args
);
[JScript]
protected function InvokeBubbleEvent(
   source : Object,
   args : EventArgs
);

Parameters

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

See Also

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