Show / Hide Table of Contents

Class OnTargetEventArgs

Inheritance
Object
OnTargetEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Peds.Events
Assembly: SlipeClient.dll
Syntax
public class OnTargetEventArgs

Properties

| Improve this Doc View Source

Target

The element that is targeted, can be null

Declaration
public PhysicalElement Target { get; }
Property Value
Type Description
PhysicalElement
  • Improve this Doc
  • View Source
Back to top Generated by DocFX