PathChangeCancelEventArgs Constructor |
Constructor.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public PathChangeCancelEventArgs(
ItemIdList pNewLocation
)
Public Sub New (
pNewLocation As ItemIdList
)
public:
PathChangeCancelEventArgs(
ItemIdList^ pNewLocation
)
new :
pNewLocation : ItemIdList -> PathChangeCancelEventArgs
Parameters
- pNewLocation
- Type: Jam.ShellItemIdList
The new location.
See Also