Dart.PowerTCP.Zip Namespace > EndEventArgs Class : EndEventArgs Constructor |
Public Function New( _ ByVal exception As ZipException, _ ByVal state As Object _ )
Dim exception As ZipException Dim state As Object Dim instance As New EndEventArgs(exception, state)
public EndEventArgs( ZipException exception, object state )
public: EndEventArgs( ZipException* exception, Object* state )
public: EndEventArgs( ZipException^ exception, Object^ state )