UIContentSizeCategoryChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the event.
public class UIContentSizeCategoryChangedEventArgs : Foundation.NSNotificationEventArgs
type UIContentSizeCategoryChangedEventArgs = class
inherit NSNotificationEventArgs
- Inheritance
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. |