Perforce API for the .Net CLR P4.Net

P4Callback.Edit Method 

Executed when a command requests an editor to launch.

[Visual Basic]
Overridable Public Sub Edit( _
   ByVal f1 As FileInfo _
)
[C#]
public virtual void Edit(
   FileInfo f1
);

Parameters

f1
The file on the local system to launch in the editor.

See Also

P4Callback Class | P4API Namespace