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!

Page.RegisterRequiresRaiseEvent

[To be supplied.]

[Visual Basic]
Overridable Public Sub RegisterRequiresRaiseEvent( _
   ByVal control As IPostBackEventHandler _
)
[C#]
public virtual void RegisterRequiresRaiseEvent(
   IPostBackEventHandler control
);
[C++]
public: virtual void RegisterRequiresRaiseEvent(
   IPostBackEventHandler* control
);
[JScript]
public function RegisterRequiresRaiseEvent(
   control : IPostBackEventHandler
);

Parameters

control
[To be supplied.]

See Also

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