This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
28d1e5d3 eeef e9a0 d9fb a22cfa531f33
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Entities.Hatch.HatchBoundaryPathRemovedEventHandler"]
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