This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 424
5ccab6b3 5420 9b7b 3a29 5177b9500e81
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Entities.Hatch.HatchBoundaryPathAddedEventHandler"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void HatchBoundaryPathAddedEventHandler(
Hatch sender,
ObservableCollectionEventArgs<HatchBoundaryPath> e
)
VB
Public Delegate Sub HatchBoundaryPathAddedEventHandler (
sender As Hatch,
e As ObservableCollectionEventArgs(Of HatchBoundaryPath)
)
C++
public delegate void HatchBoundaryPathAddedEventHandler(
Hatch^ sender,
ObservableCollectionEventArgs<HatchBoundaryPath^>^ e
)
F#
type HatchBoundaryPathAddedEventHandler =
delegate of
sender : Hatch *
e : ObservableCollectionEventArgs<HatchBoundaryPath> -> unit