XuniPointEventArgs Class Reference

Inherits from XuniCancelEventArgs : XuniEventArgs : NSObject
Declared in Event.h

Overview

Provides arguments for cancellable events.

  point

Gets or sets a value that indicates whether the event should be canceled.

@property XuniPoint *point

Discussion

Gets or sets a value that indicates whether the event should be canceled.

Declared In

Event.h

– initWithPoint:

Initialize a new XuniPointEventArgs with a point.

- (id)initWithPoint:(XuniPoint *)point

Parameters

point

the XuniPoint for the event.

Discussion

Initialize a new XuniPointEventArgs with a point.

Declared In

Event.h