共用方式為


DesignerView.OnCommandException 方法

引發 CommandException 事件。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

DesignerView 類別

Microsoft.Windows.Design.Interaction 命名空間

AdornerPanel

其他資源

逐步解說:建立設計階段裝飾項

裝飾項架構