Class UDEventArgs
调试控件事件值
public class UDEventArgs : EventArgs
- Inheritance
-
UDEventArgs
- Inherited Members
- Extension Methods
Constructors
UDEventArgs()
构造
public UDEventArgs()
UDEventArgs(IModuleBase, UserControl)
构造
public UDEventArgs(IModuleBase module, UserControl control)
Parameters
moduleIModuleBasecontrolUserControl
Properties
Control
控件
public UserControl Control { get; set; }
Property Value
Module
模块
public IModuleBase Module { get; set; }