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