EventInfo
package cs.system.reflection
extends MemberInfo
implements _EventInfo
Available on cs
Variables
read onlyAttributes:EventAttributes
read onlyEventHandlerType:Type
read onlyIsMulticast:Bool
read onlyIsSpecialName:Bool
Methods
finalAddEventHandler(target:Dynamic, handler:Delegate):Void
finalGetAddMethod():MethodInfo
GetAddMethod(nonPublic:Bool):MethodInfo
GetOtherMethods(nonPublic:Bool):NativeArray<MethodInfo>
finalGetOtherMethods():NativeArray<MethodInfo>
finalGetRaiseMethod():MethodInfo
GetRaiseMethod(nonPublic:Bool):MethodInfo
finalGetRemoveMethod():MethodInfo
GetRemoveMethod(nonPublic:Bool):MethodInfo
finalRemoveEventHandler(target:Dynamic, handler:Delegate):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/reflection/EventInfo.html