class EventHandlerAttribute
in global :: Microsoft . AspNetCore . Components
😔 No documentation found.
public string AttributeName { get; }
Gets the attribute name.
public Type EventArgsType { get; }
Gets the event argument type.
public bool EnableStopPropagation { get; }
Gets the event's ability to stop propagation.
public bool EnablePreventDefault { get; }
Gets the event's ability to prevent default event flow.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public object TypeId { get; }
😔 No documentation found.
public bool Match( object obj )
😔 No documentation found.
public bool IsDefaultAttribute( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public EventHandlerAttribute( string attributeName, Type eventArgsType, bool enableStopPropagation, bool enablePreventDefault )
😔 No documentation found.