Raises the Shown event.
 
        命名空间: 
     HslCommunication.LogNet
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.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. 
参见