Package system.web.ui
Interface IBuildTemplateMethod
-
public interface IBuildTemplateMethod
The Java interface to be implemented to receive events from the CLR usingBuildTemplateMethod
.See: https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.BuildTemplateMethod
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
Invoke(Control control)
-
-
-
Method Detail
-
Invoke
void Invoke(Control control)
-
-