Important
This interface is for internal use only and must not be accessed by the user code.
Provides access to the internal functionality of RegionEvaluable.
public interface IRegionEvaluableInternal : IRegionInternal
Public Interface IRegionEvaluableInternal
Inherits IRegionInternal
public interface class IRegionEvaluableInternal : IRegionInternal
type IRegionEvaluableInternal =
interface
interface IRegionInternal
end
InitEvaluableLayout | Calls InitLayout(Store) once per lifetime of the evaluable region. |
InvokeGetCursorType |
Calls GetCursorType(MouseEventOptions) with respect to the child regions.
(Inherited from IRegionInternal) |
IsPointInRegion |
Checks whether the specified point is within the region.
(Inherited from IRegionInternal) |
OnBeforeMouseDown |
Pre-handles the MouseDown event for the region.
(Inherited from IRegionInternal) |
OnBeforeMouseMove |
Pre-handles the MouseMove event for the region.
(Inherited from IRegionInternal) |
OnBeforeMouseUp |
Pre-handles the MouseUp event for the region.
(Inherited from IRegionInternal) |