ForEachSlideCallback

ForEachSlideCallback typedef

Callback that will be invoked for each ForEach::Slide in the Presentation.

using Aspose::Slides::LowCode::ForEach::ForEachSlideCallback =  System::MulticastDelegate<void(System::SharedPtr<Aspose::Slides::Slide>, int32_t)>

See Also