Sdílet prostřednictvím


DesignerView.OnCommandException – metoda

Zvýší CommandException událostí.

Obor názvů:  Microsoft.Windows.Design.Interaction
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
Protected Overridable Sub OnCommandException ( _
    e As CommandExceptionEventArgs _
)
protected virtual void OnCommandException(
    CommandExceptionEventArgs e
)
protected:
virtual void OnCommandException(
    CommandExceptionEventArgs^ e
)
abstract OnCommandException : 
        e:CommandExceptionEventArgs -> unit 
override OnCommandException : 
        e:CommandExceptionEventArgs -> unit 
protected function OnCommandException(
    e : CommandExceptionEventArgs
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DesignerView Třída

Microsoft.Windows.Design.Interaction – obor názvů

AdornerPanel

Další zdroje

Walkthrough: Creating a Design-time Adorner

Adorner Architecture