System.Web.UI Namespace Control Class
NOTE: This member is used internally by the .NET infrastructure and is not intended to be called directly from your code.
[ VB ]
Public Sub SetRenderMethodDelegate ( _
ByVal renderMethod As RenderMethod _
)
[ C# ]
public void SetRenderMethodDelegate (
RenderMethod renderMethod
);
[ C++ ]
public: void SetRenderMethodDelegate (
RenderMethod* renderMethod
);
[ JScript ]
public function SetRenderMethodDelegate (
renderMethod : RenderMethod
);
- renderMethod
- The information defined for delegates.
This method assigns any event handler delegates for the control to match the parameters defined by the ASP.NET framework.
Control Members