IFeatureEvent<TArg> 接口

定义

常规功能事件的接口。

public interface IFeatureEvent<TArg>
type IFeatureEvent<'Arg> = interface
Public Interface IFeatureEvent(Of TArg)

类型参数

TArg

参数的类型。

派生

事件

Change

要注册以侦听任何更改的事件。

适用于