PGC.Common.EventCommandsNet 1.2.6

dotnet add package PGC.Common.EventCommandsNet --version 1.2.6
                    
NuGet\Install-Package PGC.Common.EventCommandsNet -Version 1.2.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PGC.Common.EventCommandsNet" Version="1.2.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PGC.Common.EventCommandsNet" Version="1.2.6" />
                    
Directory.Packages.props
<PackageReference Include="PGC.Common.EventCommandsNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PGC.Common.EventCommandsNet --version 1.2.6
                    
#r "nuget: PGC.Common.EventCommandsNet, 1.2.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PGC.Common.EventCommandsNet@1.2.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PGC.Common.EventCommandsNet&version=1.2.6
                    
Install as a Cake Addin
#tool nuget:?package=PGC.Common.EventCommandsNet&version=1.2.6
                    
Install as a Cake Tool

EventCommandsNet

Example 1:

xmlns:selectorbehaviour="clr-namespace:PGC.Common.EventCommandsNet.SelectorBehaviour;assembly=PGC.Common.EventCommandsNet"
...
selectorbehaviour:SelectorBehaviourHandler.SelectorSelectionChangedCommand="{Binding SelectionChangedCommand}"

Example 2:

xmlns:datagridbehaviour="clr-namespace:PGC.Common.EventCommandsNet.DataGridBehaviour;assembly=PGC.Common.EventCommandsNet"
...
datagridbehaviour:DataGridBehaviourHandler.DataGridAutoGeneratingColumnCommand="{Binding AutoGeneratingColumnCommand}"

List of Properties:

BindingBehaviourHandler BindingSourceUpdatedCommandProperty BindingBehaviourHandler BindingTargetUpdatedCommandProperty

ComboBoxBehaviourHandler ComboBoxDropDownClosedCommandProperty ComboBoxBehaviourHandler ComboBoxDropDownOpenedCommandProperty

ControlBehaviourHandler ControlMouseDoubleClickCommandProperty ControlBehaviourHandler ControlPreviewMouseDoubleClickCommandProperty

DataGridBehaviourHandler DataGridAddingNewItemCommandProperty DataGridBehaviourHandler DataGridAutoGeneratedColumnsCommandProperty DataGridBehaviourHandler DataGridAutoGeneratingColumnCommandProperty DataGridBehaviourHandler DataGridBeginningEditCommandProperty DataGridBehaviourHandler DataGridCellEditEndingCommandProperty DataGridBehaviourHandler DataGridColumnDisplayIndexChangedCommandProperty DataGridBehaviourHandler DataGridColumnHeaderDragCompletedCommandProperty DataGridBehaviourHandler DataGridColumnHeaderDragDeltaCommandProperty DataGridBehaviourHandler DataGridColumnHeaderDragStartedCommandProperty DataGridBehaviourHandler DataGridColumnReorderedCommandProperty DataGridBehaviourHandler DataGridColumnReorderingCommandProperty DataGridBehaviourHandler DataGridCopyingRowClipboardContentCommandProperty DataGridBehaviourHandler DataGridCurrentCellChangedCommandProperty DataGridBehaviourHandler DataGridInitializingNewItemCommandProperty DataGridBehaviourHandler DataGridLoadingRowCommandProperty DataGridBehaviourHandler DataGridLoadingRowDetailsCommandProperty DataGridBehaviourHandler DataGridPreparingCellForEditCommandProperty DataGridBehaviourHandler DataGridRowDetailsVisibilityChangedCommandProperty DataGridBehaviourHandler DataGridRowEditEndingCommandProperty DataGridBehaviourHandler DataGridSelectedCellsChangedCommandProperty DataGridBehaviourHandler DataGridSortingCommandProperty DataGridBehaviourHandler DataGridUnloadingRowCommandProperty DataGridBehaviourHandler DataGridUnloadingRowDetailsCommandProperty

ExpanderBehaviourHandler ExpanderCollapsedCommandProperty ExpanderBehaviourHandler ExpanderExpandedCommandProperty

FrameworkElementBehaviourHandler FrameworkElementContextMenuClosingCommandProperty FrameworkElementBehaviourHandler FrameworkElementContextMenuOpeningCommandProperty FrameworkElementBehaviourHandler FrameworkElementInitializedCommandProperty FrameworkElementBehaviourHandler FrameworkElementLoadedCommandProperty FrameworkElementBehaviourHandler FrameworkElementRequestBringIntoViewCommandProperty FrameworkElementBehaviourHandler FrameworkElementSizeChangedCommandProperty FrameworkElementBehaviourHandler FrameworkElementSourceUpdatedCommandProperty FrameworkElementBehaviourHandler FrameworkElementTargetUpdatedCommandProperty FrameworkElementBehaviourHandler FrameworkElementToolTipClosingCommandProperty FrameworkElementBehaviourHandler FrameworkElementToolTipOpeningCommandProperty FrameworkElementBehaviourHandler FrameworkElementUnloadedCommandProperty

MenuItemBehaviourHandler MenuItemCheckedCommandProperty MenuItemBehaviourHandler MenuItemClickCommandProperty MenuItemBehaviourHandler MenuItemSubmenuClosedCommandProperty MenuItemBehaviourHandler MenuItemSubmenuOpenedCommandProperty MenuItemBehaviourHandler MenuItemUncheckedCommandProperty

PopupBehaviourHandler PopupClosedCommandProperty PopupBehaviourHandler PopupOpenedCommandProperty

SelectorBehaviourHandler SelectorSelectionChangedCommandProperty

ThumbBehaviourHandler ThumbDragCompletedCommandProperty ThumbBehaviourHandler ThumbDragDeltaCommandProperty ThumbBehaviourHandler ThumbDragStartedCommandProperty ThumbBehaviourHandler ThumbIdentifierProperty

UIElementBehaviourHandler UIElementDragEnterCommandProperty UIElementBehaviourHandler UIElementDragLeaveCommandProperty UIElementBehaviourHandler UIElementDragOverCommandProperty UIElementBehaviourHandler UIElementDropCommandProperty UIElementBehaviourHandler UIElementGiveFeedbackCommandProperty UIElementBehaviourHandler UIElementGotKeyboardFocusCommandProperty UIElementBehaviourHandler UIElementGotMouseCaptureCommandProperty UIElementBehaviourHandler UIElementGotStylusCaptureCommandProperty UIElementBehaviourHandler UIElementGotTouchCaptureCommandProperty UIElementBehaviourHandler UIElementKeyDownCommandProperty UIElementBehaviourHandler UIElementKeyUpCommandProperty UIElementBehaviourHandler UIElementLostFocusCommandProperty UIElementBehaviourHandler UIElementLostKeyboardFocusCommandProperty UIElementBehaviourHandler UIElementLostMouseCaptureCommandProperty UIElementBehaviourHandler UIElementLostStylusCaptureCommandProperty UIElementBehaviourHandler UIElementLostTouchCaptureCommandProperty UIElementBehaviourHandler UIElementMouseDownCommandProperty UIElementBehaviourHandler UIElementMouseEnterCommandProperty UIElementBehaviourHandler UIElementMouseLeaveCommandProperty UIElementBehaviourHandler UIElementMouseLeftButtonDownCommandProperty UIElementBehaviourHandler UIElementMouseLeftButtonUpCommandProperty UIElementBehaviourHandler UIElementMouseMoveCommandProperty UIElementBehaviourHandler UIElementMouseRightButtonDownCommandProperty UIElementBehaviourHandler UIElementMouseRightButtonUpCommandProperty UIElementBehaviourHandler UIElementMouseUpCommandProperty UIElementBehaviourHandler UIElementMouseWheelCommandProperty UIElementBehaviourHandler UIElementPreviewDragEnterCommandProperty UIElementBehaviourHandler UIElementPreviewDragLeaveCommandProperty UIElementBehaviourHandler UIElementPreviewDragOverCommandProperty UIElementBehaviourHandler UIElementPreviewDropCommandProperty UIElementBehaviourHandler UIElementPreviewGiveFeedbackCommandProperty UIElementBehaviourHandler UIElementPreviewGotKeyboardFocusCommandProperty UIElementBehaviourHandler UIElementPreviewKeyDownCommandProperty UIElementBehaviourHandler UIElementPreviewKeyUpCommandProperty UIElementBehaviourHandler UIElementPreviewLostKeyboardFocusCommandProperty UIElementBehaviourHandler UIElementPreviewMouseDownCommandProperty UIElementBehaviourHandler UIElementPreviewMouseLeftButtonDownCommandProperty UIElementBehaviourHandler UIElementPreviewMouseLeftButtonUpCommandProperty UIElementBehaviourHandler UIElementPreviewMouseMoveCommandProperty UIElementBehaviourHandler UIElementPreviewMouseRightButtonDownCommandProperty UIElementBehaviourHandler UIElementPreviewMouseRightButtonUpCommandProperty UIElementBehaviourHandler UIElementPreviewMouseUpCommandProperty UIElementBehaviourHandler UIElementPreviewMouseWheelCommandProperty UIElementBehaviourHandler UIElementPreviewQueryContinueDragCommandProperty UIElementBehaviourHandler UIElementPreviewStylusButtonDownCommandProperty UIElementBehaviourHandler UIElementPreviewStylusButtonUpCommandProperty UIElementBehaviourHandler UIElementPreviewStylusDownCommandProperty UIElementBehaviourHandler UIElementPreviewStylusInAirMoveCommandProperty UIElementBehaviourHandler UIElementPreviewStylusInRangeCommandProperty UIElementBehaviourHandler UIElementPreviewStylusMoveCommandProperty UIElementBehaviourHandler UIElementPreviewStylusOutOfRangeCommandProperty UIElementBehaviourHandler UIElementPreviewStylusSystemGestureCommandProperty UIElementBehaviourHandler UIElementPreviewStylusUpCommandProperty UIElementBehaviourHandler UIElementPreviewTextInputCommandProperty UIElementBehaviourHandler UIElementPreviewTouchDownCommandProperty UIElementBehaviourHandler UIElementPreviewTouchMoveCommandProperty UIElementBehaviourHandler UIElementPreviewTouchUpCommandProperty UIElementBehaviourHandler UIElementQueryContinueDragCommandProperty UIElementBehaviourHandler UIElementQueryCursorCommandProperty UIElementBehaviourHandler UIElementStylusButtonDownCommandProperty UIElementBehaviourHandler UIElementStylusButtonUpCommandProperty UIElementBehaviourHandler UIElementStylusDownCommandProperty UIElementBehaviourHandler UIElementStylusEnterCommandProperty UIElementBehaviourHandler UIElementStylusInAirMoveCommandProperty UIElementBehaviourHandler UIElementStylusInRangeCommandProperty UIElementBehaviourHandler UIElementStylusLeaveCommandProperty UIElementBehaviourHandler UIElementStylusMoveCommandProperty UIElementBehaviourHandler UIElementStylusOutOfRangeCommandProperty UIElementBehaviourHandler UIElementStylusSystemGestureCommandProperty UIElementBehaviourHandler UIElementStylusUpCommandProperty UIElementBehaviourHandler UIElementTextInputCommandProperty UIElementBehaviourHandler UIElementTouchDownCommandProperty UIElementBehaviourHandler UIElementTouchEnterCommandProperty UIElementBehaviourHandler UIElementTouchLeaveCommandProperty UIElementBehaviourHandler UIElementTouchMoveCommandProperty UIElementBehaviourHandler UIElementTouchUpCommandProperty

WindowBehaviourHandler WindowActivatedCommandProperty WindowBehaviourHandler WindowClosedCommandProperty WindowBehaviourHandler WindowClosingCommandProperty WindowBehaviourHandler WindowContentRenderedCommandProperty WindowBehaviourHandler WindowDeactivatedCommandProperty WindowBehaviourHandler WindowLocationChangedCommandProperty WindowBehaviourHandler WindowSourceInitializedCommandProperty WindowBehaviourHandler WindowStateChangedCommandProperty

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on PGC.Common.EventCommandsNet:

Package Downloads
PGC.Common.SimpleDataGrid

Package Description

PGC.Common.BusyIndicationLibraryNet

Package Description

PGC.Common.MessageBoxesNet

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.6 160 6/20/2025
1.2.5 336 6/13/2025
1.2.4-beta 285 6/9/2025
1.2.3-beta 264 6/9/2025