SelectionCommands.ShowEvent Property
Gets a ToolCommand that represents a request to display the default event handler for the primary selection object in the designer.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ShowEvent As ToolCommand
Get
public static ToolCommand ShowEvent { get; }
public:
static property ToolCommand^ ShowEvent {
ToolCommand^ get ();
}
static member ShowEvent : ToolCommand
static function get ShowEvent () : ToolCommand
Property Value
Type: Microsoft.Windows.Design.Interaction.ToolCommand
A request to display the default event handler for the primary selection object in the designer.
Remarks
If the primary selection object does not have an event handler yet, one is created for it.
.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.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace