Available on cs
read onlyAttributes:EventAttributes
read onlyDeclaringType:Type
read onlyEventHandlerType:Type
read onlyIsMulticast:Bool
read onlyIsSpecialName:Bool
read onlyMemberType:MemberTypes
read onlyName:String
read onlyReflectedType:Type
AddEventHandler(target:Dynamic, handler:Delegate):Void
GetAddMethod():MethodInfo
GetAddMethod(nonPublic:Bool):MethodInfo
GetCustomAttributes(inherit:Bool):NativeArray<Dynamic>
GetCustomAttributes(attributeType:Type, inherit:Bool):NativeArray<Dynamic>
GetIDsOfNames(riid:Ref<Guid>, rgszNames:IntPtr, cNames:UInt, lcid:UInt, rgDispId:IntPtr):Void
GetRaiseMethod():MethodInfo
GetRaiseMethod(nonPublic:Bool):MethodInfo
GetRemoveMethod():MethodInfo
GetRemoveMethod(nonPublic:Bool):MethodInfo
GetType():Type
GetTypeInfo(iTInfo:UInt, lcid:UInt, ppTInfo:IntPtr):Void
GetTypeInfoCount(pcTInfo:Out<UInt>):Void
Invoke(dispIdMember:UInt, riid:Ref<Guid>, lcid:UInt, wFlags:Int16, pDispParams:IntPtr, pVarResult:IntPtr, pExcepInfo:IntPtr, puArgErr:IntPtr):Void
IsDefined(attributeType:Type, inherit:Bool):Bool
RemoveEventHandler(target:Dynamic, handler:Delegate):Void
ToString():String
get_Attributes():EventAttributes
get_DeclaringType():Type
get_EventHandlerType():Type
get_IsMulticast():Bool
get_IsSpecialName():Bool
get_MemberType():MemberTypes
get_Name():String
get_ReflectedType():Type