W3cubDocs

/Haxe C#

EventInfo

package cs.system.reflection

extends MemberInfo

implements _EventInfo

@:abstract@:libType@:csNative@:native("System.Reflection.EventInfo") Available on cs

Variables

read only Attributes:EventAttributes

read only EventHandlerType:Type

read only IsMulticast:Bool

read only IsSpecialName:Bool

Methods

@:final @:overload AddEventHandler (target:Dynamic, handler:Delegate):Void

@:final @:overload GetAddMethod ():MethodInfo

@:overload GetAddMethod (nonPublic:Bool):MethodInfo

@:overload GetOtherMethods (nonPublic:Bool):NativeArray<MethodInfo>

@:final @:overload GetOtherMethods ():NativeArray<MethodInfo>

@:final @:overload GetRaiseMethod ():MethodInfo

@:overload GetRaiseMethod (nonPublic:Bool):MethodInfo

@:final @:overload GetRemoveMethod ():MethodInfo

@:overload GetRemoveMethod (nonPublic:Bool):MethodInfo

@:final @:overload RemoveEventHandler (target:Dynamic, handler:Delegate):Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/reflection/EventInfo.html