WindowsFormsHost.LayoutError 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在遇到布局错误(如进行 WindowsFormsHost 不支持的扭曲或旋转)时发生。
public:
event EventHandler<System::Windows::Forms::Integration::LayoutExceptionEventArgs ^> ^ LayoutError;
public event EventHandler<System.Windows.Forms.Integration.LayoutExceptionEventArgs> LayoutError;
member this.LayoutError : EventHandler<System.Windows.Forms.Integration.LayoutExceptionEventArgs>
Public Custom Event LayoutError As EventHandler(Of LayoutExceptionEventArgs)
事件类型
注解
XAML 属性用法
<object LayoutError="eventHandler"/>