ReturnEventArgs<T>.Result 属性

定义

获取或设置由页函数返回的值。

public:
 property T Result { T get(); void set(T value); };
public T Result { get; set; }
member this.Result : 'T with get, set
Public Property Result As T

属性值

T

页函数返回的值。

适用于