ArchiverSfxCreatedEventHandler Delegate
Namespace: DevCase.ThirdParty.SevenZipSharpAssembly: DevCase.net48.ThirdParty.SevenZipsharp (in DevCase.net48.ThirdParty.SevenZipsharp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public delegate void SfxCreatedEventHandler(
Object sender,
string filepath
)
Public Delegate Sub SfxCreatedEventHandler (
sender As Object,
filepath As String
)
Dim instance As New SfxCreatedEventHandler(AddressOf HandlerMethod)
public delegate void SfxCreatedEventHandler(
Object^ sender,
String^ filepath
)
type SfxCreatedEventHandler =
delegate of
sender : Object *
filepath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- sender Object
-
- filepath String
-