Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type that declares this event, if it was set in the constructor.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property DeclaringType As Type
Get
public Type DeclaringType { get; }
public:
property Type^ DeclaringType {
Type^ get ();
}
member DeclaringType : Type
function get DeclaringType () : Type
Property Value
Type: System.Type
A type that declares the event, or nulla null reference (Nothing in Visual Basic) if the event identifier was created by using a TypeIdentifier.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.