IsSpecialName Property
Collapse the table of content
Expand the table of content

EventInfo.IsSpecialName Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value that indicates whether the EventInfo has a name with a special meaning.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public ReadOnly Property IsSpecialName As Boolean

Property Value

Type: System.Boolean
true if this event has a special name; otherwise, false.

This property determines whether the event's name has a special meaning. Names that begin with or contain an underscore (_), property accessors, and operator overloading methods are examples of names that might require special treatment by some compilers.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft