DateTimeControl.IDesignerEventAccessor.OnDesignerLoad 方法
引发事件的控件设计器加载时。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Private Sub OnDesignerLoad ( _
e As EventArgs _
) Implements IDesignerEventAccessor.OnDesignerLoad
用法
Dim instance As DateTimeControl
Dim e As EventArgs
CType(instance, IDesignerEventAccessor).OnDesignerLoad(e)
void IDesignerEventAccessor.OnDesignerLoad(
EventArgs e
)
参数
e
类型:System.EventArgs一个包含事件数据的EventArgs对象。
实现
IDesignerEventAccessor.OnDesignerLoad(EventArgs)