UIContentSizeCategoryChangedEventArgs Class

Definition

Provides data for the event.

public class UIContentSizeCategoryChangedEventArgs : Foundation.NSNotificationEventArgs
type UIContentSizeCategoryChangedEventArgs = class
    inherit NSNotificationEventArgs
Inheritance
UIContentSizeCategoryChangedEventArgs

Constructors

UIContentSizeCategoryChangedEventArgs(NSNotification)

Initializes a new instance of the UIContentSizeCategoryChangedEventArgs class.

Properties

NewValue

The new size of the content, e.g., the new font size, in points.

Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
WeakNewValue

The new size of the content, e.g., the new font size, in points.

Applies to