  | CurrentPartitionChangingEventArgs Constructor  | 
  
    Namespace: 
   Ookii.Jumbo.IO
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxpublic CurrentPartitionChangingEventArgs(
	int newPartitionNumber
)
Public Sub New ( 
	newPartitionNumber As Integer
)
public:
CurrentPartitionChangingEventArgs(
	int newPartitionNumber
)
new : 
        newPartitionNumber : int -> CurrentPartitionChangingEventArgsParameters
- newPartitionNumber
 - Type: SystemInt32
The new partition number. 
See Also