Table of Contents

Class PlaceableSelectedEvent

Namespace
MoonBark.GridPlacement.Core.Events
Assembly
MoonBark.GridPlacement.Core.dll

Event raised when a placeable has been selected.

public class PlaceableSelectedEvent : ServiceEvent
Inheritance
PlaceableSelectedEvent
Inherited Members

Constructors

PlaceableSelectedEvent(object, Placeable?)

public PlaceableSelectedEvent(object source, Placeable? placeable)

Parameters

source object
placeable Placeable

Properties

SelectedPlaceable

public Placeable? SelectedPlaceable { get; }

Property Value

Placeable