Show / Hide Table of Contents

Class ColorPickerView.ColorChangeEventArgs

Inheritance
System.Object
ColorPickerView.ColorChangeEventArgs
Namespace: pdftron.PDF.Controls
Assembly: PDFViewCtrlTools.dll
Syntax
public class ColorChangeEventArgs : EventArgs

Constructors

ColorChangeEventArgs(View, Int32)

Declaration
public ColorChangeEventArgs(View view, int color)
Parameters
Type Name Description
Android.Views.View view
System.Int32 color

Properties

Color

Declaration
public int Color { get; }
Property Value
Type Description
System.Int32

View

Declaration
public View View { get; }
Property Value
Type Description
Android.Views.View
In This Article
  • Constructors
    • ColorChangeEventArgs(View, Int32)
  • Properties
    • Color
    • View
Back to top Generated by DocFX