asp.net.ph

Control.SetRenderMethodDelegate Method

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
);

Parameters

renderMethod
The information defined for delegates.

Remarks

This method assigns any event handler delegates for the control to match the parameters defined by the ASP.NET framework.

See Also

Control Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph