SetAsRootPathEventHandler Delegate
Namespace: Metas.Vna.Data.ExplorerAssembly: Metas.Vna.Data.Explorer (in Metas.Vna.Data.Explorer.exe) Version: 2.8.9053.20306
public delegate void SetAsRootPathEventHandler(
Object sender,
SetAsRootPathEventArgs args
)
Public Delegate Sub SetAsRootPathEventHandler (
sender As Object,
args As SetAsRootPathEventArgs
)
public delegate void SetAsRootPathEventHandler(
Object^ sender,
SetAsRootPathEventArgs^ args
)
type SetAsRootPathEventHandler =
delegate of
sender : Object *
args : SetAsRootPathEventArgs -> unit
Parameters
- sender Object
-
- args SetAsRootPathEventArgs
-