RenderTreeFrame.ElementReferenceCaptureAction Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If the FrameType property equals ElementReferenceCapture, gets the action that writes the reference to its target. Otherwise, the value is undefined.
public: initonly Action<Microsoft::AspNetCore::Components::ElementReference> ^ ElementReferenceCaptureAction;
public readonly Action<Microsoft.AspNetCore.Components.ElementReference> ElementReferenceCaptureAction;
val mutable ElementReferenceCaptureAction : Action<Microsoft.AspNetCore.Components.ElementReference>
Public ReadOnly ElementReferenceCaptureAction As Action(Of ElementReference)