package cs.system.reflection
extends MemberInfo
implements _EventInfo
Available on csread only Attributes:EventAttributesread only EventHandlerType:Typeread only IsMulticast:Boolread only IsSpecialName:Bool AddEventHandler (target:Dynamic, handler:Delegate):Void GetAddMethod ():MethodInfo GetAddMethod (nonPublic:Bool):MethodInfo GetOtherMethods (nonPublic:Bool):NativeArray<MethodInfo> GetOtherMethods ():NativeArray<MethodInfo> GetRaiseMethod ():MethodInfo GetRaiseMethod (nonPublic:Bool):MethodInfo GetRemoveMethod ():MethodInfo GetRemoveMethod (nonPublic:Bool):MethodInfo RemoveEventHandler (target:Dynamic, handler:Delegate):Void
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/reflection/EventInfo.html