Table of Contents

Class UDEventArgs

Namespace
AT.Librarys.Container
Assembly
AT.Librarys.Container.dll

调试控件事件值

public class UDEventArgs : EventArgs
Inheritance
UDEventArgs
Inherited Members
Extension Methods

Constructors

UDEventArgs()

构造

public UDEventArgs()

UDEventArgs(IModuleBase, UserControl)

构造

public UDEventArgs(IModuleBase module, UserControl control)

Parameters

module IModuleBase
control UserControl

Properties

Control

控件

public UserControl Control { get; set; }

Property Value

UserControl

Module

模块

public IModuleBase Module { get; set; }

Property Value

IModuleBase