class InitializationEventAttribute
in global :: System . ComponentModel
Specifies which event is raised on initialization. This class cannot be inherited.
public InitializationEventAttribute( string eventName )
Initializes a new instance of the class.
eventNameThe name of the initialization event.
public string EventName { get; }
Gets the name of the initialization event.
- Returns The name of the initialization event.
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.