Perforce API for the .Net CLR |
 |
OnPromptEventHandler Delegate
Delegate to handle the OnPrompt event.
[Visual�Basic]
Public�Delegate�Sub�OnPromptEventHandler( _
���ByVal
sender�As�
Object,�_
���ByVal
args�As�
P4PromptEventArgs�_
)
Parameters
-
sender
- Sender
-
args
- P4PromptEventArgs
Remarks
Handle Perforce "prompts". Prompts are from commands that ask the user to respond, such as:
login
passwd
resolve (without an -a* switch)
Requirements
Namespace:
P4API
Assembly: p4api (in p4api.dll)
See Also
P4API Namespace | OnPrompt