CommandInvocationIntrinsics.PreCommandLookupAction
CommandInvocationIntrinsics.PreCommandLookupAction
CommandInvocationIntrinsics.PreCommandLookupAction
Property
Definition
This event handler is called before the command lookup is done. If should have a single string parameter that is the name of the command and should return a CommandInfo object or null.
public EventHandler<System.Management.Automation.CommandLookupEventArgs> PreCommandLookupAction { get; set; }
member this.PreCommandLookupAction : EventHandler<System.Management.Automation.CommandLookupEventArgs> with get, set
Public Property PreCommandLookupAction As EventHandler(Of CommandLookupEventArgs)
Property Value