'Declaration Protected Sub ValidateParams( _ ByVal sender As Object, _ ByVal e As SynchronizationEventArgs _ )
'Usage Dim instance As SynchronizationEvents Dim sender As Object Dim e As SynchronizationEventArgs instance.ValidateParams(sender, e)
protected void ValidateParams( object sender, SynchronizationEventArgs e )
Parameters
- sender
- The Xceed.FileSystem.FileSystemItem on which the method was called.
- e
- An instance of the SynchronizationEventArgs argument class.