Share via


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

See Also

Reference

SelectionCommands Class

Microsoft.Windows.Design.Interaction Namespace

Selection

SelectionOperations

SelectionTool

EditingContext

CanExecute

Execute

Other Resources

WPF Designer Extensibility Architecture