Click or drag to resize

BaseMetafileCommandViewSetPropertyInvokeCommandChangedT Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.GUI.BaseMetafileCommandView.SetPropertyInvokeCommandChanged``1(``0@,``0,System.Type,System.String)"]


Namespace: RAYLASE.Marker.VectorGraphicElement.GUI
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
protected void SetPropertyInvokeCommandChanged<T>(
	ref T storage,
	T value,
	Type callerType,
	string propertyName = null
)

Parameters

storage  T

[Missing <param name="storage"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.GUI.BaseMetafileCommandView.SetPropertyInvokeCommandChanged``1(``0@,``0,System.Type,System.String)"]

value  T

[Missing <param name="value"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.GUI.BaseMetafileCommandView.SetPropertyInvokeCommandChanged``1(``0@,``0,System.Type,System.String)"]

callerType  Type

[Missing <param name="callerType"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.GUI.BaseMetafileCommandView.SetPropertyInvokeCommandChanged``1(``0@,``0,System.Type,System.String)"]

propertyName  String  (Optional)

[Missing <param name="propertyName"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.GUI.BaseMetafileCommandView.SetPropertyInvokeCommandChanged``1(``0@,``0,System.Type,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.GUI.BaseMetafileCommandView.SetPropertyInvokeCommandChanged``1(``0@,``0,System.Type,System.String)"]

See Also