Class EventDescriptor<TEventArgs>
public sealed class EventDescriptor<TEventArgs> : EventDescriptor where TEventArgs : EventArgs
Type Parameters
TEventArgs
- Inheritance
-
EventDescriptor<TEventArgs>
- Inherited Members
Methods
Create<TEventParams>(string, Func<IBiDi, TEventParams, TEventArgs>, JsonTypeInfo<TEventParams>)
public static EventDescriptor<TEventArgs> Create<TEventParams>(string name, Func<IBiDi, TEventParams, TEventArgs> factory, JsonTypeInfo<TEventParams> jsonTypeInfo)
Parameters
namestringfactoryFunc<IBiDi, TEventParams, TEventArgs>jsonTypeInfoJsonTypeInfo<TEventParams>
Returns
- EventDescriptor<TEventArgs>
Type Parameters
TEventParams