Raises the Shown event.
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected override void OnShown(
EventArgs e
)
Protected Overrides Sub OnShown (
e As EventArgs
)
protected:
virtual void OnShown(
EventArgs^ e
) override
abstract OnShown :
e : EventArgs -> unit
override OnShown :
e : EventArgs -> unit
参数
- e
- 类型:SystemEventArgs
A EventArgs that contains the event data.
参见