ParcelFileDescriptor.CloseEventArgs Class

Definition

Provides data for the corresponding Android event.

public class ParcelFileDescriptor.CloseEventArgs : EventArgs
type ParcelFileDescriptor.CloseEventArgs = class
    inherit EventArgs
Inheritance
ParcelFileDescriptor.CloseEventArgs

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

Name Description
ParcelFileDescriptor.CloseEventArgs(IOException)

Initializes a new instance of the ParcelFileDescriptor.CloseEventArgs class.

Properties

Name Description
Event

Gets the exception associated with the close event.

Applies to