Class DocumentContainerDocumentClosingCommandBehavior
Inheritance
System.Object
DocumentContainerDocumentClosingCommandBehavior
Inherited Members
Namespace: Syncfusion.Windows.Tools.MVVM
Assembly: Syncfusion.Tools.MVVM.WPF.dll
Syntax
public class DocumentContainerDocumentClosingCommandBehavior : CommandBehaviorBase<DocumentContainer>
Constructors
DocumentContainerDocumentClosingCommandBehavior()
Declaration
public DocumentContainerDocumentClosingCommandBehavior()
Methods
OnEventRaised(Object, CancelingRoutedEventArgs)
Declaration
protected virtual void OnEventRaised(object sender, CancelingRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
CancelingRoutedEventArgs | e |
OnTargetAttached()
Declaration
protected override void OnTargetAttached()
Overrides
Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Tools.Controls.DocumentContainer>.OnTargetAttached()