Click or drag to resize

CurrentPartitionChangingEventArgs Class

Provides data for the CurrentPartitionChanging event.
Inheritance Hierarchy

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public sealed class CurrentPartitionChangingEventArgs : CancelEventArgs

The CurrentPartitionChangingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCurrentPartitionChangingEventArgs
Initializes a new instance of the CurrentPartitionChangingEventArgs class.
Top
Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public propertyNewPartitionNumber
Gets the value that CurrentPartition will be changed to.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also