Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

28d1e5d3 eeef e9a0 d9fb a22cfa531f33

haplokuon edited this page May 6, 2023 · 1 revision

Hatch.HatchBoundaryPathRemovedEventHandler Delegate

netDxf 3.0.0 Library

[Missing <summary> documentation for "T:netDxf.Entities.Hatch.HatchBoundaryPathRemovedEventHandler"]

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public delegate void HatchBoundaryPathRemovedEventHandler(
	Hatch sender,
	ObservableCollectionEventArgs<HatchBoundaryPath> e
)

VB

Public Delegate Sub HatchBoundaryPathRemovedEventHandler ( 
	sender As Hatch,
	e As ObservableCollectionEventArgs(Of HatchBoundaryPath)
)

C++

public delegate void HatchBoundaryPathRemovedEventHandler(
	Hatch^ sender, 
	ObservableCollectionEventArgs<HatchBoundaryPath^>^ e
)

F#

type HatchBoundaryPathRemovedEventHandler = 
    delegate of 
        sender : Hatch * 
        e : ObservableCollectionEventArgs<HatchBoundaryPath> -> unit

Parameters

  Hatch
 
  ObservableCollectionEventArgs(HatchBoundaryPath)
 

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally