cAudioRecorderWasapiLookupProgressEventArgs Constructor |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public ProgressEventArgs(
int current
)
Public Sub New (
current As Integer
)
Dim current As Integer
Dim instance As New cAudioRecorderWasapiLookupProgressEventArgs(current)
new :
current : int -> ProgressEventArgs
public ProgressEventArgs(
int current
)
public function cAudioRecorderWasapiLookupProgressEventArgs(
current : int
)
CSAudioRecorder.ProgressEventArgs = function(current);
Parameters
- current
- Type: SystemInt32
See Also