constants EventResizableEnum
The EventResizableEnum type indicates the margins of the events that can be resized. The Resizable event property indicates the margins of the event that user can resize at runtime. The AllowResizeEvent property indicates the combination of the keys to let user resizes the events. The AllowMoveEvent property indicates the combination of the keys to let user moves the events. The Selectable property specifies whether the event can be selected at runtime. The Movable property specifies whether the event can be moved at runtime. 

The EventResizableEnum expression supports the following values:

NameValueDescription
exNoResizable0 The event can not be resized.
exResizableStart1 Only the starting point of the event can be resized.
exResizableEnd2 Only the ending point of the event can be resized.
exResizableBoth3 The event is sizable.